Skip to main content

Migrate a Campaign

Overview

The API Comparison table highlights the main actions and API methods for creating a Campaign. Select an endpoint from IQM or Beeswawx to review that platform's relevant API documentation. By comparing APIs, you can migrate your workflow from Beeswax to IQM.

API Comparison

Base URLs
  IQM: https://app.iqm.com

Beeswax: https://{buzz_key}.api.beeswax.com
ActionIQM EndpointBeeswax EndpointNotes
Get List of CampaignGET/api/v2/cmp/campaigns/dataGET/rest/v2/line-items
Get Campaign DetailsGET/api/v2/cmp/campaign/{campaignId}GET/rest/v2/line-items/{id}
Create a CampaignPOST/api/v2/cmp/campaigns/add
POST/api/v3/cmp/pg/campaigns/add
POST/rest/v2/line-itemsIQM API requires an uploaded Creative and an existing Insertion Order to create a Campaign.
Update a CampaignPATCH/api/v2/cmp/campaign/{campaignId}
PATCH/api/v3/cmp/pg/campaigns/{campaignId}
PUT/rest/v2/line-items/{id}
PATCH/rest/v2/line-items/{id}
Update Campaign BudgetPATCH/api/v3/cmp/pg/campaigns/{campaignId}
PUT/api/v2/cmp/campaignsupdate-budget
PUT/rest/v2/line-items/{id}
PATCH/rest/v2/line-items/{id}
A budget is set when creating a Campaign. It can also be changed when updating a Campaign or through the budget-updating endpoint.
Create PG DealPOST/api/v3/inv/pg/deals/addPOST/rest/v2/dealsAn active PG deal (pgDealId) is required to create a PG Campaign.
Get List of Insertion OrdersPOST/api/v3/cmp/io/basic/list
GET/api/v3/cmp/io/advanced/list
GET/rest/v2/campaigns
Get Insertion Order Details by IDPOST/api/v3/cmp/io/basic/listGET/rest/v2/campaigns/{id}Specify IO ID for IQM endpoint with ioIdList parameter.
Create an Insertion OrderPOST/api/v3/cmp/io/addPOST/rest/v2/campaigns
Update an Insertion OrderPATCH/api/v3/cmp/io/{ioId}PUT/rest/v2/campaigns/{id}
PATCH/rest/v2/campaigns/{id}
Duplicate an Insertion OrderPOST/api/v3/cmp/io/duplicatePOST/rest/v2/campaigns/{id}/duplicateDuplicates Insertion Order and specified Campaigns.
Get Creative Details by IDGET/api/v3/crt/creatives/{creativeId}GET/rest/v2/creatives/{id}
Get List of CreativesGET/api/v3/crt/creatives/listGET/rest/v2/creatives
Add New CreativePOST/api/v3/crt/creativesPOST/rest/v2/creativesIQM supports FormData for uploading Creatives. See MDN Documentation for more details.

More Campaign Resources

IQM:

Beeswax: